home *** CD-ROM | disk | FTP | other *** search
- /*
- Urban Lindeskog
-
- ProNotion (ProNova) SoftWare Development Group
-
- 03-May-93
- */
-
- if ~ show('L', "rexxsupport.library") then do
- if ~ addlib('rexxsupport.library', 0, -30, 0) then do
- exit 10
- end
- end
-
- options results
- address command
-
-
- 'REQUESTSTRING "Say something!" "Whooohaaa ! "'
- text=result
- do i=0 to 20
- 'TEXT NOLINE "'text'"'
- end
- x=delay(100)
-